Mega Man II Password Generator - Coded by Shawn M. Crawford [sleepy] 2008
------------------------------------------------------------------

Version 1.0.0.19671:
----------------------
This program encodes the passwords for the Nes game Mega Man II. Just click the amount of energy tanks you would like and which enemies you want defeated.

Coded with Visual C# 2008 SP1

System Requirements:
Latest .net framework installed


How it works:

I refenced 2 guides on how the system works, this was from Pseudonym's guide. Pretty simple compared to a lot of nes password schemes. After about 5 minutes of reading coding the program was pretty quick.

A1 : No E-tanks
A2 : One E-tank
A3 : Two E-tanks
A4 : Three E-tanks
A5 : Four E-tanks

Password Tables
---------------

------------------------------------------
| One E-Tank               Alive / Dead  |
------------------------------------------
| Bubble Man             |    C3 / D1    |
| Air Man                |    D2 / E3    |
| Quick Man              |    C4 / B4    |
| Wood Man               |    B5 / D3    |
| Crash Man              |    E2 / C5    |
| Flash Man              |    E4 / C1    |
| Metal Man              |    E1 / E5    |
| Heat Man               |    D5 / B2    |
------------------------------------------

------------------------------------------
| Two E-Tanks              Alive / Dead  |
------------------------------------------
| Bubble Man             |    C4 / D2    |
| Air Man                |    D3 / E4    |
| Quick Man              |    C5 / B5    |
| Wood Man               |    C1 / D4    |
| Crash Man              |    E3 / D1    |
| Flash Man              |    E5 / C2    |
| Metal Man              |    E2 / D1    |
| Heat Man               |    E1 / B3    |
------------------------------------------

------------------------------------------
| Three E-Tanks            Alive / Dead  |
------------------------------------------
| Bubble Man             |    C5 / D3    |
| Air Man                |    D4 / E5    |
| Quick Man              |    D1 / C1    |
| Wood Man               |    C2 / D5    |
| Crash Man              |    E4 / D2    |
| Flash Man              |    B1 / C3    |
| Metal Man              |    E3 / B2    |
| Heat Man               |    E2 / B4    |
------------------------------------------

------------------------------------------
| Four E-Tanks             Alive / Dead  |
------------------------------------------
| Bubble Man             |    D1 / D4    |
| Air Man                |    D5 / B1    |
| Quick Man              |    D2 / C2    |
| Wood Man               |    C3 / E1    |
| Crash Man              |    E5 / D3    |
| Flash Man              |    B2 / C4    |
| Metal Man              |    E4 / B3    |
| Heat Man               |    E3 / B5    |
------------------------------------------

------------------------------------------
| Five E-Tanks             Alive / Dead  |
------------------------------------------
| Bubble Man             |    D2 / D5    |
| Air Man                |    E1 / B2    |
| Quick Man              |    D3 / C3    |
| Wood Man               |    C4 / E2    |
| Crash Man              |    B1 / D4    |
| Flash Man              |    B3 / C5    |
| Metal Man              |    E5 / B4    |
| Heat Man               |    E4 / C1    |
------------------------------------------